jupyter_wire ~master (2021-04-09T15:16:12Z)
Dub
Repo
MessageHeader
jupyter
wire
message
Undocumented in source.
struct
MessageHeader {
import
mir
.
serde
:
serdeKeys
,
serdeOptional
;
;
import
mir
.
serde
:
serdeKeys
,
serdeOptional
;
;
@
serdeOptional
@
serdeKeys
("msg_id")
string
msgID
;
@
serdeOptional
@
serdeKeys
("msg_type")
string
msgType
;
@
serdeOptional
@
serdeKeys
("username")
string
userName
;
@
serdeOptional
string
session
;
@
serdeOptional
string
date
;
@
serdeOptional
@
serdeKeys
("version")
string
protocolVersion
;
static
empty
();
}
Members
Static functions
empty
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
date
string
date
;
Undocumented in source.
msgID
string
msgID
;
Undocumented in source.
msgType
string
msgType
;
Undocumented in source.
protocolVersion
string
protocolVersion
;
Undocumented in source.
session
string
session
;
Undocumented in source.
userName
string
userName
;
Undocumented in source.
Meta
Source
See Implementation
jupyter
wire
message
functions
commCloseMessage
commMessage
commOpenMessage
completeMessage
displayDataMessage
pubMessage
statusMessage
structs
CompleteResult
Message
MessageHeader